home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / netbsd / experimental / bin10a / a2232-driver.readme < prev    next >
Text File  |  1995-10-22  |  876b  |  25 lines

  1. Descr:     Driver for multi-serial board, needs code from AMIX-tape to be
  2.     used. 
  3.  
  4.  
  5.     This is a preliminary ql driver, 99.99% is the work of
  6.     zik@zikzak.apana.org.au. I just hooked it in to 744 and plopped the
  7.     files on eunet so you could get to them.
  8.  
  9.     The config file needs the following to specify the device:
  10.  
  11. # Commodore ql serial card
  12. # Note: 2232's have 2 product ID's: 69 or 70. It's left as an
  13. #       exercise to the reader to figure out which they actually have.
  14. #device        ql0    at manufacturer    514    product    69
  15. device        ql0    at manufacturer    514    product    70
  16.  
  17.     The other files you can just diff, basically conf.c has the
  18.     ql.h include and cdev define and then the cswitch entry. autoconf
  19.     sniffs the dinit list for the card. The ql* files do the obvious.
  20.  
  21.     I assume you have your AMIX tape around somewhere and can get the
  22.     ql6502.h file from that for your own ql board.
  23.  
  24.     -Rob
  25.